home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / remote / ulra100.zip / ULLOGRA.DOC next >
Text File  |  1991-09-02  |  4KB  |  199 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.                               +---------------+
  20.                               |   UL-Log-RA   |
  21.                               +---------------+
  22.  
  23.                               Quick & Dirty Docs
  24.  
  25.  
  26.                                     v1.00
  27.  
  28.  
  29.  
  30.                                       by
  31.                                   Bob Ransom
  32.  
  33.  
  34.  
  35.                               Copyright (c) 1991
  36.                              All Rights Reserved
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.           UL-Log-RA: What Is Be?
  74.           ----------------------
  75.  
  76.           UL-Log-RA is a program to help you maintain a log of who
  77.           uploads what file.  It scans your RA system.log, looking
  78.           for uploads.  When (if) it finds any, it creates an ASCII
  79.           file called UL.LOG in the default directory.  Each time
  80.           the program is run and new uploads are found, they are
  81.           inserted at the *top* of the list, moving the old ones
  82.           down.  The log lists date and time of the upload, username
  83.           (as it appears in the system log), protocol, and path and
  84.           filename of the upload.
  85.  
  86.  
  87.  
  88.           UL-Log-RA: How To Use It-
  89.           -------------------------
  90.  
  91.           UL-Log-RA takes one or two command line parameters as
  92.           shown:
  93.  
  94.           ULLOGRA.EXE <filename.ext> [<-Opus>]
  95.  
  96.           <Filename.ext> is the filename of your system log.  You
  97.           may also include drive\path specs if the log is somewhere
  98.           other than the default directory.
  99.  
  100.           <-Opus> tells UL-Log-RA that you're using Opus-style logs.
  101.           Default (no second command line parameter) is FD-style
  102.           logs.
  103.  
  104.  
  105.  
  106.           UL-Log-RA: Files Created-
  107.           -------------------------
  108.  
  109.           Two files are created by UL-Log-RA: UL.LOG, the actual log
  110.           file, and ULLOG.PTR, a very small "pointer" file that
  111.           UL-Log-RA uses to figure out if it has processed a
  112.           particular log before.  You may run UL-Log-RA as often on
  113.           a single log as you'd like; the "pointer" file keeps it
  114.           from re-counting older uploads.
  115.  
  116.  
  117.  
  118.           UL-Log-RA: Limitations and Speed-
  119.           ---------------------------------
  120.  
  121.           The only limitation that UL-Log-RA makes you live with is
  122.           that no system log can contain more than 400 uploads.  If
  123.           this is a problem, let me know -- I want to know what
  124.           you're doing right... :-)  This limitation is because
  125.           uploads are all held in memory.  I could easily up this
  126.           limit, but at the risk of hurting folks running
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136.  
  137.  
  138.  
  139.           multi-taskers, etc.  If you want a special 2000 upload
  140.           version, just holler.
  141.  
  142.           Speed: It's fast.  I run it after every user and it takes
  143.           only a couple of seconds.  (My system log is archived and
  144.           deleted each night so I never have a 3000 line monster log
  145.           either.)
  146.  
  147.  
  148.  
  149.           UL-Log-RA: Copyright-
  150.           ---------------------
  151.  
  152.           Use it, pass it around, put it up on your BBS for
  153.           download, I don't care.  Just don't sell it or change it
  154.           or the docs.
  155.  
  156.  
  157.           UL-Log-RA: Problems or Praise-
  158.           ------------------------------
  159.  
  160.           If you have problems, let me know and I'll try to fix
  161.           them.  The program should be pretty stable, though -- it's
  162.           been through 3 1/2 versions that run under QuickBBS, so I
  163.           think I have most of the bugs worked out.
  164.  
  165.           If you like the program, feel free to say nice things...
  166.           <g>
  167.  
  168.  
  169.           That's it.  Hope you find it useful.
  170.  
  171.           -Bob Ransom
  172.            The Creative Connection BBS
  173.            Southfield, MI
  174.            (313) 559-9039
  175.            1:120/96.0
  176.  
  177.           Released to the SDS: September 1, 1991.
  178.  
  179.  
  180.  
  181.  
  182.  
  183.  
  184.  
  185.  
  186.  
  187.  
  188.  
  189.  
  190.  
  191.  
  192.  
  193.  
  194.  
  195.  
  196.  
  197.  
  198.  
  199.